home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 119
/
(Vol 119) Nov 09 2010.iso
/
Games
/
little_sister_fancy.swf
/
scripts
/
DefineButton2_47
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2010-11-09
|
120b
|
8 lines
on(press){
if(_name.substr(0,1) == "p")
{
this.swapDepths(_root.d++);
this.startDrag();
}
}